home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / menu / flddir5.zip / DIRNOTES.DOC < prev    next >
Text File  |  1992-09-04  |  5KB  |  126 lines

  1.  
  2.      Note: this package contains the following files:
  3.  
  4.                      DDIR.COM  (version 4.0 September 1992)
  5.                      QDIR.COM
  6.                      ATTS.COM
  7.                      DIRNOTES.DOC
  8.  
  9.  
  10. DDIR
  11.  
  12. Purpose:  gives a non-scrolling, double-column directory display. Protected 
  13.           files are flagged with a "+", system files with a "s", hidden files
  14.           with a "h".  Files created today are shown in a different color.
  15.           A new feature in version 4.0 is the dispaly at the end of the file
  16.           list of the total number (and size) of new files.
  17.  
  18.           With optional switch /d shows instead of file size the amount of
  19.           "dead space" used to store that file. (Depending on your DOS version
  20.           and/or hard drive type, a certain minimum amount of space is required
  21.           for all files.  For example, a 10 byte batch file may actually
  22.           use 2048 bytes of your drive. The dead space is the amount of disk
  23.           space wasted by a file.)  
  24.  
  25. Notes:    Use the same way as the DOS dir command.  Wild-card characters are
  26.           allowed.
  27.  
  28. Usage:    ddir [d:][path][file.ext][/d]
  29.           N.B. - path/filename, if used, must come BEFORE the /d switch 
  30.  
  31. Examples: directory of current drive and directory     ddir
  32.           list of .COM files on drive a -              ddir a:*.com
  33.           list of files of directory "one', drive c -  ddir c:\one
  34.           dead space on root drive                     ddir /d
  35.           dead space used by *.bat files               ddir *.bat /d 
  36.  
  37. Customizing DDIR.COM
  38.  
  39. The display colors and the date and time format can be changed using DEBUG.
  40. The program ATTS shows you all available color combinations possible. To
  41. change colors type the following sequence, AFTER YOU HAVE MADE A BACKUP COPY
  42. OF DDIR.COM
  43.  
  44. atts
  45. debug ddir.com
  46. e 7702 xx  [xx is the normal display color in hex - taken form atts display]
  47. e 7704 yy  [yy is color of display for files created today]
  48. e 7706 zz  [zz is color of display of total files and bytes used]
  49. e 7708 aa  [aa is date format: 00 dd.mm.yy  01 mm-dd-yy  02 yy-mm-dd]
  50. e 770a bb  [bb is time format: 00 24 hr clock  01 12 hr +  a or p]
  51. w
  52. q
  53.  
  54.  
  55.  
  56.  
  57. QDIR
  58.  
  59. Purpose:  lists all files on drive or directory in 5 columns.
  60.  
  61.  
  62. Notes:    optional switches allow for various file specifications
  63.  
  64.  
  65. Usage:    qdir [d:][path][file.ext] [/x]
  66.  
  67.           where x is the switch:
  68.  
  69.              r - read-only files
  70.              h - hidden files
  71.              s - sub-directories
  72.              u - only unprotected files
  73.  
  74.           Wild cards are allowed in the filename.
  75.  
  76.  
  77.                              *** IMPORTANT ***
  78.  
  79. The author makes no warranty that the software in this package
  80. will work with your particular hardware configuration.  Further, you use the
  81. programs entirely at your own risk, and the author will not be held
  82. liable for any damage caused to your hardware or software through
  83. use of this software.
  84.  
  85. Legalities aside, you should not run into difficulties with this
  86. software.
  87.  
  88. These programs are distributed as shareware.
  89.  
  90. You do not have to register as a user, nor are you under any
  91. obligation to pay for the use of the programs.  However, in the
  92. spirit of shareware, you are requested to consider making a small
  93. donation to the author if you find the software in this package useful.
  94. The suggested contribution is $5, but less (or more!) would be fine.
  95. Should you decide to make a contribution, please remit to:
  96.  
  97.                    Malcolm Drury
  98.                    11 Adele Crescent
  99.                    Nepean
  100.                    ON  K2J 2T7
  101.                    Canada
  102.  
  103. Bank notes would be fine!  Thank you. Please tell me which BBS you
  104. got the software from.
  105.  
  106.  
  107. IF YOU HAVE PREVIOUSLY PAID FOR AN EARLIER VERSION  -  THANKS, AND
  108. OF COURSE YOU ARE NOT EXPECTED TO PAY AGAIN.
  109.  
  110. Please note that at the contribution requested, I cannot provide direct
  111. technical support, nor automatically send upgrades, should they
  112. become available. If you have comments, questions, bug reports etc., please
  113. leave a message on this BBS, or to my CIS address -   70574,3457 - or
  114. to my INTERNET address  -  drury@gsc.emr.ca
  115.  
  116. The software is supplied on an "as is" basis, and is fully functional -
  117. not crippled in any way.  Furthermore, you will never be prompted with
  118. "Have you paid me yet?" notices.
  119.  
  120. You are free to distribute this software package provided that you
  121. distribute the ENTIRE package, including this documentation file.
  122.  
  123. I hope you find this package useful.
  124.  
  125. September 4th 1992
  126.